ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelect<T> Class / ShowSelectAllCheckbox Property

In This Topic
    ShowSelectAllCheckbox Property (MultiSelect<T>)
    In This Topic
    Gets or sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
    Syntax
    'Declaration
     
    Public Property ShowSelectAllCheckbox As Boolean
    public bool ShowSelectAllCheckbox {get; set;}
    See Also